projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7e9fe1
)
(calc-trail-mode): Shorten the title.
author
Jay Belanger
<jay.p.belanger@gmail.com>
Mon, 16 Apr 2007 01:50:16 +0000
(
01:50
+0000)
committer
Jay Belanger
<jay.p.belanger@gmail.com>
Mon, 16 Apr 2007 01:50:16 +0000
(
01:50
+0000)
lisp/calc/calc.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc.el
b/lisp/calc/calc.el
index 75e1c83df03a07d8ac90c117ea17bdfaf4940e52..32dfd5bd8d5e248b865eeffb89ebfe0969ba315a 100644
(file)
--- a/
lisp/calc/calc.el
+++ b/
lisp/calc/calc.el
@@
-1258,8
+1258,7
@@
commands given here will actually operate on the *Calculator* stack."
(set (make-local-variable 'calc-main-buffer) buf))
(when (= (buffer-size) 0)
(let ((buffer-read-only nil))
- (insert (propertize (concat "Emacs Calculator v" calc-version
- " by Dave Gillespie\n")
+ (insert (propertize (concat "Emacs Calculator Trail\n")
'font-lock-face 'italic))))
(run-mode-hooks 'calc-trail-mode-hook))